type runtime.statDepSet

16 uses

	runtime (current package)
		metrics.go#L33: 	deps statDepSet
		metrics.go#L527: type statDepSet [1]uint64
		metrics.go#L530: func makeStatDepSet(deps ...statDep) statDepSet {
		metrics.go#L531: 	var s statDepSet
		metrics.go#L539: func (s statDepSet) difference(b statDepSet) statDepSet {
		metrics.go#L540: 	var c statDepSet
		metrics.go#L548: func (s statDepSet) union(b statDepSet) statDepSet {
		metrics.go#L549: 	var c statDepSet
		metrics.go#L557: func (s *statDepSet) empty() bool {
		metrics.go#L567: func (s *statDepSet) has(d statDep) bool {
		metrics.go#L711: 	ensured   statDepSet
		metrics.go#L720: func (a *statAggregate) ensure(deps *statDepSet) {